
 
 F u n c t i o n :   l a s t C r e a t e d C a l l b a c k ( f u n c t i o n C a l l b a c k ( l a s t C r e a t e d A r r a y ) ) 
 
 
 
 D e s c r i p t i o n :   S e t s   a   c a l l b a c k   f u n c t i o n   t o   b e   e x i c u t e d   a f t e r   t h e   m o s t   r e c e n t   a r r a y   o f   D C   o b j e c t s   i s   c r e a t e d . 
 
 
 
 R e t u r n s :   N u l l . 
 
 
 
 N o t e :   T h e   c a l l b a c k   f u n c t i o n   w i l l   o n l y   e x i c u t e   o n c e   b e f o r e   i t   i s   a u t o m a t i c a l l y   d e l e t e d .   T h e   l a s t C r e a t e d   a r r a y   i s   p a s s e d   t o   t h e   c a l l b a c k   a s   t h e   f i r s t   a r g u m e n t .   T h e   l a s t C r e a t e d C a l l b a c k ( )   f u n c t i o n   d o e s   n o t   s u p p o r t   c h a i n i n g . 
 
 
 
 E x a m p l e : 
 
 
 
 $ A . l a s t C r e a t e d C a l l b a c k ( f u n c t i o n ( l a s t C r e a t e d A r r a y )   { 
 
     / /   D o   s o m e t h i n g   w i t h   l a s t C r e a t e d A r r a y . 
 
 } ) ; 
 
 